Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
reeft_gps_test
/
language
:
en.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php //====================================================================================== // Language file // // Programmer: AR // Date : 2024-11-08 // // Copyright Reeft A/S (c) - 2024 //====================================================================================== $locale_text["address_REEFT"] = "REEFT A/S - Karetmagervej 11, DK-7000 Fredericia - Phone: +45 7021 1210 - <a target=\"blank\" title=\"See what we can do\" href=\"https://reeft.com/produktionsmonitorering\">www.reeft.dk</a> © 2000-" . date('Y'); $locale_text["address_REEFT_small"] = "REEFT A/S - <a target=\"blank\" title=\"See what we can do\" href=\"https://reeft.com/produktionsmonitorering\">www.reeft.dk</a> © 2000-" . date('Y'); $locale_text["dataforsyningen"] = "Contains data from the Danish Data Supply and Infrastructure Agency (dataforsyningen.dk)."; $locale_text["dataforsyningen_small"] = "Contains data from dataforsyningen.dk"; $locale_text["GPSMAP_gps"] = "GPS Overview"; $locale_text["GPSMAP_menu_show"] = "<i class=\"fa fa-bars\" aria-hidden=\"true\"></i> Show menu"; $locale_text["GPSMAP_menu_hide"] = "<i class=\"fa fa-bars\" aria-hidden=\"true\"></i> Hide menu"; $locale_text["GPSMAP_customer"] = "Customer"; $locale_text["GPSMAP_legendHome"] = "Home"; $locale_text["GPSMAP_job"] = "Job"; $locale_text["GPSMAP_job_list"] = "Job List"; $locale_text["GPSMAP_job_info"] = "Job Info"; $locale_text["GPSMAP_employees"] = "Employees"; $locale_text["GPSMAP_employee"] = "Employee"; $locale_text["GPSMAP_department"] = "Department"; $locale_text["GPSMAP_addresssearch"] = "Address search"; $locale_text["GPSMAP_writesearch"] = "Write to search (mininum 3 characters)"; $locale_text["GPSMAP_search"] = "Search..."; $locale_text["GPSMAP_select"] = "Select"; $locale_text["GPSMAP_filter"] = "Write to filter"; $locale_text["GPSMAP_noAddress"] = "Address could not be found"; $locale_text["GPSMAP_noData"] = "No data found"; $locale_text["GPSMAP_loading"] = "Loading data..."; $locale_text["GPSMAP_description"] = "Description"; $locale_text["GPSMAP_serviceunit"] = "Service unit"; $locale_text["GPSMAP_name"] = "Name"; $locale_text["GPSMAP_number"] = "Number"; $locale_text["GPSMAP_location"] = "Location"; $locale_text["GPSMAP_address"] = "Address"; $locale_text["GPSMAP_zip_city"] = "Zip / City"; $locale_text["GPSMAP_contact_person"] = "Contact Person"; $locale_text["GPSMAP_phone"] = "Phone"; $locale_text["GPSMAP_cell_phone"] = "Mobile"; $locale_text["GPSMAP_email"] = "Email"; $locale_text["GPSMAP_fax"] = "Fax"; $locale_text["GPSMAP_QR"] = "QR Code"; $locale_text["GPSMAP_category"] = "Category"; $locale_text["GPSMAP_country"] = "Country"; $locale_text["GPSMAP_create_job"] = "Create Job"; $locale_text["GPSMAP_clearBtn"] = "Clear"; $locale_text["GPSMAP_info"] = "Info"; $locale_text["GPSMAP_day"] = "Day"; $locale_text["GPSMAP_period"] = "Period"; $locale_text["GPSMAP_Machine"] = "Machinery/Plants"; $locale_text["GPSMAP_online_legend"] = "The icon is green when the car is moving and the speed is above 5 km/h"; $locale_text["GPSMAP_yellow_legend"] = "The icon is yellow when the car is stationary or the speed is below 5 km/h"; $locale_text["GPSMAP_offline_legend"] = "The icon is red when the car has not reported its status for more than 24 hours"; $locale_text["GPSMAP_offline_show"] = "Show offline cars"; $locale_text["GPSMAP_unknown_location"] = "Location is unknown"; $locale_text["GPSMAP_started_jobs"] = "Jobs currently being worked on (started)"; $locale_text["GPSMAP_scheduled_jobs"] = "Scheduled jobs today"; $locale_text["GPSMAP_select_date"] = "Select date"; $locale_text["GPSMAP_select_period"] = "Select period"; $locale_text["GPSMAP_route_stoptime"] = "Routes and stop times"; $locale_text["GPSMAP_showRoute"] = "Show route"; $locale_text["GPSMAP_hideRoute"] = "Hide route"; $locale_text["GPSMAP_showWholeRoute"] = "Show entire route"; $locale_text["GPSMAP_hideWholeRoute"] = "Hide entire route"; $locale_text["GPSMAP_showAll"] = "Show all"; $locale_text["GPSMAP_hideAll"] = "Hide all"; $locale_text["GPSMAP_print"] = "Print"; $locale_text["GPSMAP_print_all"] = "Print all"; $locale_text["GPSMAP_print_wait"] = "Generating printout - please wait"; $locale_text["GPSMAP_excel"] = "Exporter to Excel"; $locale_text["GPSMAP_print_driving_report"] = "Print driving report"; $locale_text["GPSMAP_hour_short"] = "h"; $locale_text["GPSMAP_min_short"] = "m"; $locale_text["GPSMAP_start"] = "Start"; $locale_text["GPSMAP_stop"] = "Stop"; $locale_text["GPSMAP_stopped"] = "Stopped"; $locale_text["GPSMAP_distance"] = "Km"; $locale_text["GPSMAP_duration"] = "Duration"; $locale_text["GPSMAP_from"] = "From"; $locale_text["GPSMAP_to"] = "To"; $locale_text["GPSMAP_timesheet"] = "Timesheet"; $locale_text["GPSMAP_salary_type"] = "Salary Type"; $locale_text["GPSMAP_status"] = "Status"; $locale_text["GPSMAP_act_type"] = "Activity Type"; $locale_text["GPSMAP_load_job_list"] = "Load job"; $locale_text["GPSMAP_include_pool_job"] = "Include pool job"; $locale_text["GPSMAP_still_driving"] = "Still driving"; $locale_text["GPSMAP_getting_address"] = "Loading address"; $locale_text["GPSMAP_total"] = "Total"; $locale_text["GPSMAP_driving_time"] = "Driving time"; $locale_text["GPSMAP_deadline"] = "Deadline"; $locale_text["GPSMAP_startdate"] = "Start date"; $locale_text["GPSMAP_starttime"] = "Start time"; $locale_text["GPSMAP_endtime"] = "End time"; $locale_text["GPSMAP_date"] = "Date"; $locale_text["GPSMAP_allday"] = "All day"; $locale_text["GPSMAP_rev_geo_in_progress"] = "The system is loading addresses, please wait."; $locale_text["GPSMAP_jobname"] = "Job name"; $locale_text["GPSMAP_save"] = "Save"; $locale_text["ERROR_EDIT_NOT_ALLOWED"] = "You can only edit your own jobs."; $locale_text["ERROR_DATE_WARNING"] = "Please select a date"; $locale_text["ERROR_FROMDATE_WARNING"] = "Please select a start date"; $locale_text["ERROR_TODATE_WARNING"] = "Please select a to date"; $locale_text["ERROR_DATE_GREATER"] = "Start date is greater than to date"; $locale_text["ERROR_PERIOD"] = "Maximum 31 days can be displayed"; $locale_text["ERROR_PERIOD"] = "Maximum 31 days can be displayed"; $locale_text["ERROR_PAGE"] = "Sorry, you do not have access to this page"; $locale_text["ERROR_PAGE_RETRY"] = "Please try again or contact support and provide the error message below."; $locale_text["ERROR_MIN3"] = "Please enter mininum 3 characters"; $locale_text["ERROR_CHOOSE_CUST"] = "Please choose a customer."; $locale_text["ERROR_CHOOSE_DEP"] = "Please choose a department."; $locale_text["ERROR_CHOOSE_EMP"] = "Please choose an employee."; $locale_text["ERROR_CHOOSE_ACT"] = "Please choose an activity type."; $locale_text["ERROR_CHOOSE_JOBNAME"] = "Please enter job name"; $locale_text["ERROR_JOBCREATE"] = "Job could not be created"; $locale_text["BUTTON_OK"] = "OK"; $locale_text["JOB_STATUS"][0] = "Not assigned"; $locale_text["JOB_STATUS"][1] = "Active"; $locale_text["JOB_STATUS"][2] = "In progress"; $locale_text["JOB_STATUS"][3] = "On hold"; $locale_text["JOB_STATUS"][4] = "Review"; $locale_text["JOB_STATUS"][5] = "Completed"; $locale_text["JOB_STATUS"][6] = "Invoiced"; $locale_text["JOB_STATUS"][7] = "Cancelled"; $locale_text["TIMESHEET_STATUS"][0] = "Draft"; $locale_text["TIMESHEET_STATUS"][1] = "Pending"; $locale_text["TIMESHEET_STATUS"][2] = "Approved"; $locale_text["TIMESHEET_STATUS"][3] = "Rejected";